func os.hostname

2 uses

	os (current package)
		sys.go#L9: 	return hostname()
		sys_linux.go#L12: func hostname() (name string, err error) {